home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC/CD Review 47
/
PCR_0995.bin
/
retros
/
retrosz.dir
/
00035_Script_checkroll script
< prev
next >
Wrap
Text File
|
1995-07-06
|
946b
|
60 lines
--
on startPuppets
set channelnum to 2
repeat with channelnum = 2 to 4
puppetSprite channelnum, TRUE
end repeat
--
end startPuppets
--
--
on checkRoll
if rollover(2) then
go to frame 8
else
if rollover(3) then
go to frame 6
else
if rollover(4) then
go to frame 10
else
if rollover(5) then
go to frame "quit"
else
go to frame "menu"
end if
end if
end if
end if
end checkRoll
--
--
--
on endPuppets
repeat with channelnum = 5 to 9
puppetSprite channelnum, FALSE
end repeat
--
when timeOut then nothing
--
end endPuppets
--
on albRoll
set c to 4
repeat with c = 4 to 14
if rollover(c) then
set f to the castnum of sprite c
go to frame f
end if
end repeat
end albRoll
on vidRoll
if rollover(3) then
go to frame 12
end if
if rollover(9) then
go to frame 15
end if
end vidRoll